org.eclipse.vtp.desktop.editors.core.elements
Class PrimitivePropertiesPanel

java.lang.Object
  extended by org.eclipse.vtp.desktop.core.dialogs.ContentPage
      extended by org.eclipse.vtp.desktop.model.core.configuration.ComponentPropertiesPanel
          extended by org.eclipse.vtp.desktop.editors.core.elements.PrimitivePropertiesPanel
Direct Known Subclasses:
AdvancedTransferGeneralPropertiesPanel, ApplicationStartVariablesPropertyPanel, AssignmentVariablesPropertyPanel, CombinedMediaPropertiesPanel, ComparisonPropertiesPanel, DatabaseQueryDataMappingPropertiesPanel, DatabaseQuerySearchCriteriaPropertiesPanel, DatabaseQuerySourceDatabasePropertiesPanel, DatabaseQueryTargetVariablePropertiesPanel, ExitGeneralPropertiesPanel, FragmentStartVariablesPropertyPanel, PortalEntryPropertiesPanel, PortalExitGeneralPropertiesPanel, PrimitiveGeneralPropertiesPanel, PrimitiveMediaPropertiesPanel, QuestionCombinedMediaPropertiesPanel, QuestionGeneralPropertiesPanel, RecordCombinedMediaPropertiesPanel, ReturnGeneralPropertiesPanel, ReturnVariablesPropertyPanel, ScriptPropertiesPanel, SubdialogPropertiesPanel, TransferGeneralPropertiesPanel, WebServiceCallInputPropertiesPanel, WebServiceCallOutputPropertiesPanel, WebServiceCallServicePropertiesPanel, WebServiceCallTargetVariablePropertiesPanel

public abstract class PrimitivePropertiesPanel
extends ComponentPropertiesPanel


Constructor Summary
PrimitivePropertiesPanel(java.lang.String name, PrimitiveElement element)
           
 
Method Summary
 void createControls(org.eclipse.swt.widgets.Composite parent)
           
protected  PrimitiveElement getElement()
           
 void save()
           
 void setConfigurationContext(Brand brand, java.lang.String interactionType, java.lang.String language)
           
 
Methods inherited from class org.eclipse.vtp.desktop.model.core.configuration.ComponentPropertiesPanel
cancel, createPage, getContainer, getControl, setControl
 
Methods inherited from class org.eclipse.vtp.desktop.core.dialogs.ContentPage
getName, getRootShell
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrimitivePropertiesPanel

public PrimitivePropertiesPanel(java.lang.String name,
                                PrimitiveElement element)
Method Detail

createControls

public void createControls(org.eclipse.swt.widgets.Composite parent)
Specified by:
createControls in class ComponentPropertiesPanel

save

public void save()
Specified by:
save in class ComponentPropertiesPanel

setConfigurationContext

public void setConfigurationContext(Brand brand,
                                    java.lang.String interactionType,
                                    java.lang.String language)
Specified by:
setConfigurationContext in class ComponentPropertiesPanel

getElement

protected PrimitiveElement getElement()